dynamic binding - translation to Αγγλικά
Diclib.com
Λεξικό ChatGPT
Εισάγετε μια λέξη ή φράση σε οποιαδήποτε γλώσσα 👆
Γλώσσα:

Μετάφραση και ανάλυση λέξεων από την τεχνητή νοημοσύνη ChatGPT

Σε αυτήν τη σελίδα μπορείτε να λάβετε μια λεπτομερή ανάλυση μιας λέξης ή μιας φράσης, η οποία δημιουργήθηκε χρησιμοποιώντας το ChatGPT, την καλύτερη τεχνολογία τεχνητής νοημοσύνης μέχρι σήμερα:

  • πώς χρησιμοποιείται η λέξη
  • συχνότητα χρήσης
  • χρησιμοποιείται πιο συχνά στον προφορικό ή γραπτό λόγο
  • επιλογές μετάφρασης λέξεων
  • παραδείγματα χρήσης (πολλές φράσεις με μετάφραση)
  • ετυμολογία

dynamic binding - translation to Αγγλικά


dynamic binding         

общая лексика

динамическое связывание

Смотрите также

dynamic linking

late binding         
NAME BINDING WHICH IS RESOLVED AT RUN-TIME RATHER THAN IN PRE-EXECUTION TIME
Dynamic binding (computer science); Dynamic binding (computing); Late-binding; Late bound

общая лексика

динамическое [отложенное, позднее] связывание (в ООП)

связывание процедуры или объекта во время исполнения программы

синоним

dynamic binding; early binding

Смотрите также

binding time; OOP; polymorphism

binding site         
  • [[Activation energy]] is decreased in the presence of an enzyme to catalyze the reaction.
  • Methotrexate inhibits dihydrofolate reductase by outcompeting the substrate folic acid. Binding site in blue, inhibitor in green, and substrate in black.
  • Competitive and noncompetitive enzyme binding at active and regulatory (allosteric) site respectively.
  • Sigmoidal versus hyperbolic binding patterns demonstrate cooperative and noncooperative character of enzymes.
REGION ON A PROTEIN OR PIECE OF DNA OR RNA TO WHICH LIGANDS MAY FORM A CHEMICAL INTERACTION
Binding sites; Binding site (biology); Enzyme binding site; Receptor saturation; Binding saturation

общая лексика

связывающий участок

сайт связывания

центр связывания

медицина

рецептор

участок связывания

центр связывания (вещества)

Ορισμός

dynamic binding
The property of object-oriented programming languages where the code executed to perform a given operation is determined at run time from the class of the operand(s) (the receiver of the message). There may be several different classes of objects which can receive a given message. An expression may denote an object which may have more than one possible class and that class can only be determined at run time. New classes may be created that can receive a particular message, without changing (or recompiling) the code which sends the message. An class may be created that can receive any set of existing messages. C++ implements dynamic binding using "{virtual member functions}". One important reason for having dynamic binding is that it provides a mechanism for selecting between alternatives which is arguably more robust than explicit selection by conditionals or pattern matching. When a new subclass is added, or an existing subclass changes, the necessary modifications are localised: you don't have incomplete conditionals and broken patterns scattered all over the program. See overloading.

Βικιπαίδεια

Dynamic binding
Dynamic binding may refer to:
Μετάφραση του &#39dynamic binding&#39 σε Ρωσικά